home *** CD-ROM | disk | FTP | other *** search
/ ProGames Special: RPGMaker / Pro Games RPG (040513_0838).iso / linked / rm2k3-install.exe / {app} / rpg2003.iss (.txt) < prev    next >
Encoding:
Inno Setup Script  |  2003-03-18  |  3.5 KB  |  66 lines

  1. ; Script generated by the Inno Setup Script Wizard.
  2. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
  3. [Setup]
  4. AppName=RPG Maker 2003
  5. AppVerName=RPG Maker 2003 v1.04
  6. AppPublisher=Enterbrain, Inc.
  7. AppPublisherURL=http://www.enterbrain.co.jp
  8. AppSupportURL=http://www.enterbrain.co.jp
  9. AppUpdatesURL=http://www.enterbrain.co.jp
  10. DefaultDirName={pf}\rpg2003
  11. DefaultGroupName=RPG Maker 2003
  12. AllowNoIcons=yes
  13. [Tasks]
  14. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"
  15. [Dirs]
  16. Name: "{app}\Fantasy Picture Book"
  17. Name: "{app}\RTP"
  18. Name: "{app}\Project"
  19. Name: "{app}\RTP\Backdrop"
  20. Name: "{app}\RTP\Battle"
  21. Name: "{app}\RTP\Battle2"
  22. Name: "{app}\RTP\BattleCharSet"
  23. Name: "{app}\RTP\BattleWeapon"
  24. Name: "{app}\RTP\CharSet"
  25. Name: "{app}\RTP\ChipSet"
  26. Name: "{app}\RTP\FaceSet"
  27. Name: "{app}\RTP\Frame"
  28. Name: "{app}\RTP\GameOver"
  29. Name: "{app}\RTP\Monster"
  30. Name: "{app}\RTP\Movie"
  31. Name: "{app}\RTP\Music"
  32. Name: "{app}\RTP\Panorama"
  33. Name: "{app}\RTP\Picture"
  34. Name: "{app}\RTP\Sound"
  35. Name: "{app}\RTP\System"
  36. Name: "{app}\RTP\System2"
  37. Name: "{app}\RTP\Title"
  38. [Files]
  39. Source: "C:\rpg2003\Install\RPG2003.EXE"; DestDir: "{app}"; Flags: ignoreversion
  40. Source: "C:\rpg2003\Install\*.*"; DestDir: "{app}"; Flags: ignoreversion
  41. Source: "C:\rpg2003\Install\Fonts\*.*"; DestDir: "{app}\Fonts"; Flags: ignoreversion
  42. Source: "C:\rpg2003\Install\Fantasy Picture Book\*.*"; DestDir: "{app}\Fantasy Picture Book"; Flags: ignoreversion
  43. Source: "C:\rpg2003\Install\RTP\Backdrop\*.*"; DestDir: "{app}\RTP\Backdrop"; Flags: ignoreversion
  44. Source: "C:\rpg2003\Install\RTP\Battle\*.*"; DestDir: "{app}\RTP\Battle"; Flags: ignoreversion
  45. Source: "C:\rpg2003\Install\RTP\BattleCharSet\*.*"; DestDir: "{app}\RTP\BattleCharSet"; Flags: ignoreversion
  46. Source: "C:\rpg2003\Install\RTP\BattleWeapon\*.*"; DestDir: "{app}\RTP\BattleWeapon"; Flags: ignoreversion
  47. Source: "C:\rpg2003\Install\RTP\CharSet\*.*"; DestDir: "{app}\RTP\CharSet"; Flags: ignoreversion
  48. Source: "C:\rpg2003\Install\RTP\ChipSet\*.*"; DestDir: "{app}\RTP\ChipSet"; Flags: ignoreversion
  49. Source: "C:\rpg2003\Install\RTP\FaceSet\*.*"; DestDir: "{app}\RTP\FaceSet"; Flags: ignoreversion
  50. Source: "C:\rpg2003\Install\RTP\GameOver\*.*"; DestDir: "{app}\RTP\GameOver"; Flags: ignoreversion
  51. Source: "C:\rpg2003\Install\RTP\Monster\*.*"; DestDir: "{app}\RTP\Monster"; Flags: ignoreversion
  52. Source: "C:\rpg2003\Install\RTP\Music\*.*"; DestDir: "{app}\RTP\Music"; Flags: ignoreversion
  53. Source: "C:\rpg2003\Install\RTP\Panorama\*.*"; DestDir: "{app}\RTP\Panorama"; Flags: ignoreversion
  54. Source: "C:\rpg2003\Install\RTP\Sound\*.*"; DestDir: "{app}\RTP\Sound"; Flags: ignoreversion
  55. Source: "C:\rpg2003\Install\RTP\System\*.*"; DestDir: "{app}\RTP\System"; Flags: ignoreversion
  56. Source: "C:\rpg2003\Install\RTP\System2\*.*"; DestDir: "{app}\RTP\System2"; Flags: ignoreversion
  57. Source: "C:\rpg2003\Install\RTP\Title\*.*"; DestDir: "{app}\RTP\Title"; Flags: ignoreversion
  58. ; NOTE: Don't use "Flags: ignoreversion" on any shared system files
  59. [Icons]
  60. Name: "{group}\RPG Maker 2003"; Filename: "{app}\RPG2003.EXE"
  61. Name: "{userdesktop}\RPG Maker 2003"; Filename: "{app}\RPG2003.EXE"; Tasks: desktopicon
  62. [Registry]
  63. Root: HKCU; Subkey: "Software\Enterbrain\RPG2003"; ValueType: string; ValueName: "APPLICATIONPATH"; ValueData: "{app}"
  64. Root: HKCU; Subkey: "Software\Enterbrain\RPG2003"; ValueType: string; ValueName: "RUNTIMEPACKAGEPATH"; ValueData: "{app}\RTP"
  65. Root: HKCU; Subkey: "Software\Enterbrain\RPG2003"; ValueType: string; ValueName: "MaterialPath"; ValueData: "{sd}\"
  66.